home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / BBGopher10.lha / bbgopher / Amiga.History next >
Text File  |  1995-04-19  |  5KB  |  104 lines

  1. ----------------------------------------------------------------------------
  2. BBGopher/amiga 0.1 (15.4.95)
  3.  
  4.    First beta release to David Cook at Terminal Edge BBS for testing.
  5.    This version compiled alright using SAS/C and the appropriate AmiTCP
  6.    net.lib.  A few functions were not actually in the executable though,
  7.    which meant it didn't actually work.  It did, but anything that used
  8.    the un-included functions would not work of course, because they were
  9.    not there.
  10. ----------------------------------------------------------------------------
  11. BBGopher/amiga 0.2 (16.4.95)
  12.  
  13.    Attempted to find the appropriate missing UNIX functions that weren't
  14.    included.  Also did a few enhancements that were suggested by Dave.
  15.    One enhancement was the clear screen at the beginning of execution.
  16.  
  17.    Added a version string to the executable to denote the program version.
  18.  
  19.    Dave also suggested that I convert this into a CNet C program.  Well,
  20.    I would LIKE to do that, but it's a bit more work than just INSERTING
  21.    it in the proper CNet source code.  Many of the prompts would have to
  22.    be re-written to use the CNet prompting code.  I will probably start
  23.    having a go at this soon enough though.  Maybe I will wait for the
  24.    3.50 release though, since Ken claims much will be different. :(
  25. ----------------------------------------------------------------------------
  26. BBGopher/amiga 0.3 (18.4.95)
  27.  
  28.    Hah -- I actually took a day off from coding and played around with
  29.    NetBSD.  UNIX is exciting stuff!
  30.  
  31.    Finished converting the missing UNIX functions into SAS/C functions.
  32.    Thanks to Steve Champion for informing me of some of the functions I
  33.    could use to replace the UNIX functions that SAS/C didn't have.
  34.  
  35.    This is yet a beta test version to see if the replaced functions
  36.    actually do their job.  I also removed many of the bugs, and tid-bits
  37.    that were causing various compiler warning messages.  It now compiles
  38.    with NO warnings or errors what-so-ever.  There were also a few variables
  39.    in the source code that were not being referenced.  I double checked them
  40.    and commented them out. 
  41.  
  42.    I am in the process of working on the documents and text files.
  43.  
  44.    I plan to test this version fully with Enforcer and Mungwall to be sure
  45.    there are no 'hits'.  If everything works out properly, we will give
  46.    the release of BBGopher/amiga 1.0 a go.  \8^)
  47. ----------------------------------------------------------------------------
  48. BBGopher/amiga 0.4 (18.4.95)
  49.  
  50.    Completely rewrote the original source code to get a better feel for the
  51.    program itself and what it does.
  52.  
  53.    Replaced the clear screen code "12", I was using with true ANSI codes.
  54.    "\033[2J\033[H".  This is true ANSI and should be compatible with all
  55.    terminals.
  56.  
  57.    Changed the DEFAULTPAGER from "more" to "more %s".  The %s at the end
  58.    tells more what filename to use.  This is necessary for the [H]elp prompt
  59.    in the program, or else it will ask for a file and you would have to know
  60.    to type 'bbgopher.help'.  Also changed it to "more %s" in the config.
  61.    The more pager will not work with CNet.  If you use bbgopher via CNet,
  62.    leave the PAGER keyword in the config blank or use the keyword 'default'.
  63.    A default built-in pager will be used.
  64.  
  65.    Tested it with Enforcer and Mungwall as much as possible on my bare
  66.    minimum AmiTCP setup.  I used some simple ports such as the 'qotd' port.
  67.    They don't offer me much, but it is testable.  It allows me to play with
  68.    the options and see if it is correctly working.
  69.  
  70.    Decided it's definately time to get some sleep.  I've been up for nearly
  71.    30 some odd hours and am going insane.  I think I'll have another smoke
  72.    though first!  \8^P
  73.  
  74.    Changed the DEFAULTPAGER back the 'default' (built-in pager).  I told
  75.    you I've been up too long.  Since the more pager won't work in CNet you
  76.    can just use the default built-in one, which does the job nicely.
  77.  
  78.    Documentation is coming soon.  I'll finish writing and proofreading them
  79.    after I get a few hours rest.  :)
  80. ----------------------------------------------------------------------------
  81. BBGopher/amiga 1.0 (20.4.95)
  82.  
  83.    First public release.  All previous versions above were beta versions for
  84.    the beta tester(s).
  85.  
  86.    Fixed some things, added some features, and finished up the
  87.    documentation.
  88.  
  89.    Wrote the rexx script for use with CNet BBS to allow launching of
  90.    BBGopher with parsed arguments (ie: gopher mheadbbs.com)
  91.  
  92.    Edited the config file so that it should work without modification for
  93.    most CNet systems.  I wouldn't trust it though, be sure to proofread it
  94.    yourself.
  95.  
  96.    Added an 030 compiled executable to the distribution.
  97.  
  98.    Included the source code in the distribution.  Now we can all be happy
  99.    if you don't like something about it!
  100.  
  101.    Proofread everything and packed it up for distribution.
  102.    This is it folks!
  103. ----------------------------------------------------------------------------
  104.